VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.Decoders Namespace / OpenXmlDecoder<TDocument> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс OpenXmlDecoder<TDocument>
    В этом разделе
    Предоставляет абстрактный базовый класс для декодеров OpenXml.
    Объектная модель
    OpenXmlDecoder<TDocument>
    Синтаксис
    'Declaration
    
    Public MustInherit Class OpenXmlDecoder(Of TDocument
    The document type.
    As Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument) Inherits DecoderBase Implements IVectorDecoder
    public abstract class OpenXmlDecoder<TDocument> : DecoderBase, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument
    
    
    public __gc abstract class OpenXmlDecoder<TDocument> : public DecoderBase*, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument*
    
    
    generic<typename TDocument>
    public ref class OpenXmlDecoder abstract : public DecoderBase^, IVectorDecoder
    where TDocument: Vintasoft.Imaging.Office.OpenXml.OpenXmlDocument^
    
    

    Type Parameters

    TDocument
    The document type.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Codecs.Decoders.DecoderBase
          Vintasoft.Imaging.Codecs.Decoders.OpenXmlDecoder<TDocument>
             Vintasoft.Imaging.Codecs.Decoders.DocxDecoder
             Vintasoft.Imaging.Codecs.Decoders.XlsxDecoder

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также